From: Eli Zaretskii Date: Sun, 27 Jul 2014 06:32:56 +0000 (+0300) Subject: src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~215 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=fa080fa7053956d20f0f25ed243760062fa83b22;p=emacs.git src/dispnew.c (allocate_matrices_for_frame_redisplay): Fix typo in a comment. --- diff --git a/src/dispnew.c b/src/dispnew.c index 2d137b4abbd..7be4e0b4615 100644 --- a/src/dispnew.c +++ b/src/dispnew.c @@ -1639,7 +1639,7 @@ allocate_matrices_for_frame_redisplay (Lisp_Object window, int x, int y, /* Actually change matrices, if allowed. Do not consider CHANGED_LEAF_MATRIX computed above here because the pool - may have been changed which we don't now here. We trust + may have been changed which we don't know here. We trust that we only will be called with DIM_ONLY_P when necessary. */ if (!dim_only_p)